home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / lang / PPCSmllEiffel.lha / PPCSmallEiffel / PPCSmallEiffel.readme < prev    next >
Text File  |  1998-02-27  |  3KB  |  70 lines

  1. Short: GNU Small Eiffel (PPC)
  2. Type: dev/lang
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Author:   various, Andreas R. Kleinert (port)
  5. Version:  0.82 (16.2.98)
  6.  
  7.  This is a port of the GNU Small Eiffel compiler for Amiga powerUP (TM)
  8.  PPC systems.
  9.  
  10.  Included are ELF binaries and the complete source code - with only small
  11.  changes to the included smakefiles, it may as well be used for
  12.  compiling an 68k version with SAS/C.
  13.  
  14.  NOTE, THAT THE BINARIES ("bin" directory) ARE ARCHIVED IN bin.lha,
  15.  FOR BETTER COMPRESSION !
  16.  
  17.  An interesting feature of the compiler is, that it does not only consists
  18.  of an Eiffel to C compiler, but also includes an Eiffel to Java bytecode
  19.  compiler and various auxiliary tools.
  20.  
  21.  For more and detailed information on the compiler and how to use it,
  22.  you should take a look at the Small Eiffel homepage under
  23.  http://www.loria.fr/SmallEiffel/  where the following information
  24.  has been taken from, too:
  25.  
  26. ******************************************************************************
  27.  
  28. What is SmallEiffel?
  29.  
  30.  
  31. SmallEiffel is The GNU Eiffel Compiler. This is a free Eiffel compiler
  32. distributed under the terms of the GNU General Public License as published by
  33. the Free Software Foundation .
  34.  
  35. It is intended to be a complete, though small and very fast, free Eiffel
  36. compiler.
  37.  
  38. It is available for a very wide range of platforms. In fact, SmallEiffel
  39. should run on any platform for which an ANSI C - POSIX compiler exists.
  40.  
  41. The current distribution includes an Eiffel to C compiler, an Eiffel to Java
  42. bytecode compiler, a documentation tool, a pretty printer and various other
  43. tools.
  44.  
  45. SmallEiffel uses an innovative strategy involving whole system analysis which
  46. allows compilation to be often faster than the incremental compilation of
  47. traditional compilers. It is the result of a research project of the LORIA, a
  48. join computer science research center in Nancy, France, involving:
  49.  
  50.    o INRIA: Institut National de Recherche en Informatique et Automatique, or
  51.      French National Institute for Research in Computer Science and Control
  52.    o CNRS: Centre National de la Recherche Scientifique, or French National
  53.      Center for Scientific Research
  54.    o University Henri PoincarĂ©, Nancy 1 (sciences)
  55.    o University of Nancy 2 (humanities)
  56.    o INPL: Institut National Polytechnique de Lorraine
  57.  
  58. SmallEiffel has been developed by Dominique Colnet, of the ECOO team.
  59.  
  60. This project began in 1994, and since the very first public release in
  61. September 1995, SmallEiffel has been used worldwide by increasingly numerous
  62. individuals and Universities.
  63.  
  64. ******************************************************************************
  65.  
  66.  Email address of Dominique COLNET and Suzanne COLLIN: <colnet@loria.fr>
  67.  
  68. --
  69. ARK, 27/Feb/98
  70.